Upgrade to Maven 4.0.0-SNAPSHOT (upcoming rc-6) - #1696
Draft
gnodet wants to merge 1 commit into
Draft
Conversation
Update Maven and synced dependency versions: - maven.version: 4.0.0-rc-5 -> 4.0.0-SNAPSHOT - maven.resolver.version: 2.0.18 -> 2.0.21 - slf4j.version: 2.0.17 -> 2.0.18 - jline.version: 3.30.13 -> 4.3.1 - jline-terminal-jansi -> jansi-core (renamed in jline 4.x) - Remove jansi.version property (consolidated into jline) - Remove explicit jul-to-slf4j from provisio assembly (already bundled in Maven 4.0.0-SNAPSHOT dist) - Add Apache Snapshots repository for SNAPSHOT resolution Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
slachiewicz
approved these changes
Aug 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
maven.versionfrom4.0.0-rc-5to4.0.0-SNAPSHOT(Maven 4.0.x branch, upcoming rc-6)maven.resolver.version: 2.0.18 → 2.0.21slf4j.version: 2.0.17 → 2.0.18jline.version: 3.30.13 → 4.3.1 (jline 4.x, matching Maven 4.0.x)jline-terminal-jansi→jansi-core(artifact renamed in jline 4.x)jul-to-slf4jfrom provisio assembly (already bundled in Maven 4.0.0-SNAPSHOT dist, causing a provisio conflict)4.0.0-SNAPSHOTresolutionBuild status
mvn install -DskipTests) passes4.0.0-SNAPSHOT, will need version update once rc-6 is releasedTest plan
mvn install -DskipTests— builds successfullymvn test -pl '!integration-tests'— all unit tests pass🤖 Generated with Claude Code